home *** CD-ROM | disk | FTP | other *** search
- object frmCopyMoveArticle: TfrmCopyMoveArticle
- Left = 392
- Top = 150
- HelpContext = 1780
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Copy/Move selected articles'
- ClientHeight = 159
- ClientWidth = 321
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TTntLabel
- Left = 100
- Top = 30
- Width = 88
- Height = 13
- Caption = '&selected articles to'
- FocusControl = GroupsCB
- end
- object GroupsCB: TTntComboBox
- Left = 16
- Top = 72
- Width = 297
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- object OKBtn: TMMTNTBItBtn
- Left = 176
- Top = 132
- Width = 65
- Height = 25
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = OKBtnClick
- end
- object CancelBtn: TMMTNTBItBtn
- Left = 248
- Top = 132
- Width = 65
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 4
- end
- object AllowGroupsCB: TtntAutoSizeCheckBox
- Left = 16
- Top = 104
- Width = 124
- Height = 17
- Caption = '&Allow groups as target'
- TabOrder = 5
- OnClick = AllowGroupsCBClick
- end
- object CopyRB: TTntRadioButton
- Left = 16
- Top = 16
- Width = 77
- Height = 17
- Caption = '&Copy'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object MoveRB: TTntRadioButton
- Left = 16
- Top = 40
- Width = 81
- Height = 17
- Caption = '&Move'
- TabOrder = 1
- end
- end
-